Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@rberger@hachyderm.io
2024-04-01 00:02:31

“Three independent scientific studies analyze how the human brain transforms notes into feelings, a mystery that has intrigued psychologists and musicologists for decades”
english.elpais.com/scien…

@SketchnotesAG@norden.social
2024-05-03 04:53:07

Im Zug: Letzte Vorbereitung für das BarCamp Flensburg. Auf allen Sketchnotes-Büchlein für den Workshop das TwitterHandle mit dem MastodonHandle überkleben.
#bcfl #bcfl24

auf dem bunten Tisch im Kinderbereich der Regionalbahn liegen einige Hefte, sie sind mit schwarz-roten Sketchnotes übersät, und jeweils unten rechts steht meine Signatur: sketchnotes-hamburg.de. Eine Zeile ist überklebt.
@sketchnotesAG@norden.social
2024-05-03 04:53:07

Im Zug: Letzte Vorbereitung für das BarCamp Flensburg. Auf allen Sketchnotes-Büchlein für den Workshop das TwitterHandle mit dem MastodonHandle überkleben.
#bcfl #bcfl24

auf dem bunten Tisch im Kinderbereich der Regionalbahn liegen einige Hefte, sie sind mit schwarz-roten Sketchnotes übersät, und jeweils unten rechts steht meine Signatur: sketchnotes-hamburg.de. Eine Zeile ist überklebt.
@SketchnotesAG@norden.social
2024-05-03 04:53:07

Im Zug: Letzte Vorbereitung für das BarCamp Flensburg. Auf allen Sketchnotes-Büchlein für den Workshop das TwitterHandle mit dem MastodonHandle überkleben.
#bcfl #bcfl24

auf dem bunten Tisch im Kinderbereich der Regionalbahn liegen einige Hefte, sie sind mit schwarz-roten Sketchnotes übersät, und jeweils unten rechts steht meine Signatur: sketchnotes-hamburg.de. Eine Zeile ist überklebt.
@raiders@darktundra.xyz
2024-02-27 01:31:52

Raiders’ Feelings On Free Agent RB Josh Jacobs Revealed yardbarker.com/nfl/articles/ra

@anneroth@systemli.social
2024-02-24 16:35:03

Deutschland 09 ist auch schon wieder 15 Jahre her. Das einzige Mal, als ich über einen roten #Berlinale Teppich lief.
Hier nicht zu sehen, aber immerhin die Schauspielerin, die mich spielte.

@aral@mastodon.ar.al
2024-02-23 16:48:05

Kitten breaking change: Route handlers, etc., now take parameter objects
Just pushed the API updates I’d posted about earlier to main and to the latest Kitten release.
This change affects:
- Route handlers (all types of routes)
- `onConnect()` handlers
- The default export on main.script.js files
I’ve updated all the examples, documentation, etc., on Kitten to use the new API but if you see anything I’ve missed, please let me know.

Screenshot of the ubiquitous counter example (Kitten version) in Kitten’s readme on https://codeberg.org/kitten/app:

1. Create a directory for the example and enter it:

mkdir counter
cd counter

2. Create a file called index.page.js and add the following content to it:

if (kitten.db.counter === undefined) kitten.db.counter = { count: 0 }

export default () => kitten.html`
  <page css>
  <h1>Counter</h1>
  <${Count} />
  <button name='update' connect data='{value: -1}' aria-label='decrement'>…
@mot@chaos.social
2024-04-26 23:15:00

Über die von der EU verpflichtete Browser-Auswahl von iOS 17.4 habe ich über die Tage wieder #Firefox für iOS ausprobiert:
Ohne die fehlenden Browser-Add-Ons v.a. für Ad-Blocker und WebKit statt Gecko als Engine ist das nutzlos für mich. Das liegt aber mehr an Apple als an Mozilla.
Als die App mich um eine Rezension gebeten hat, habe ich das dort so geschrieben.
Darauf kam eine E-…

"Dear Martin,
We are writing to inform you that your customer review for Firefox: Private, Safe Browser is not in compliance with the Apple Media Services Terms and Conditions, Submissions Guidelines under Section L.
Due to the violation of the Submissions Guidelines noted above, we removed your submitted review as part of routine moderation practices, during which automated processes were used.
You can submit a review by following the Submissions Guidelines, or learn about your Redress Rights …
@arXiv_eessIV_bot@mastoxiv.page
2024-04-30 07:34:40

Self-supervised learning for classifying paranasal anomalies in the maxillary sinus
Debayan Bhattacharya, Finn Behrendt, Benjamin Tobias Becker, Lennart Maack, Dirk Beyersdorff, Elina Petersen, Marvin Petersen, Bastian Cheng, Dennis Eggert, Christian Betz, Anna Sophie Hoffmann, Alexander Schlaefer
arxiv.org/abs/2404.18599 arxiv.org/pdf/2404.18599
arXiv:2404.18599v1 Announce Type: new
Abstract: Purpose: Paranasal anomalies, frequently identified in routine radiological screenings, exhibit diverse morphological characteristics. Due to the diversity of anomalies, supervised learning methods require large labelled dataset exhibiting diverse anomaly morphology. Self-supervised learning (SSL) can be used to learn representations from unlabelled data. However, there are no SSL methods designed for the downstream task of classifying paranasal anomalies in the maxillary sinus (MS).
Methods: Our approach uses a 3D Convolutional Autoencoder (CAE) trained in an unsupervised anomaly detection (UAD) framework. Initially, we train the 3D CAE to reduce reconstruction errors when reconstructing normal maxillary sinus (MS) image. Then, this CAE is applied to an unlabelled dataset to generate coarse anomaly locations by creating residual MS images. Following this, a 3D Convolutional Neural Network (CNN) reconstructs these residual images, which forms our SSL task. Lastly, we fine-tune the encoder part of the 3D CNN on a labelled dataset of normal and anomalous MS images.
Results: The proposed SSL technique exhibits superior performance compared to existing generic self-supervised methods, especially in scenarios with limited annotated data. When trained on just 10% of the annotated dataset, our method achieves an Area Under the Precision-Recall Curve (AUPRC) of 0.79 for the downstream classification task. This performance surpasses other methods, with BYOL attaining an AUPRC of 0.75, SimSiam at 0.74, SimCLR at 0.73 and Masked Autoencoding using SparK at 0.75.
Conclusion: A self-supervised learning approach that inherently focuses on localizing paranasal anomalies proves to be advantageous, particularly when the subsequent task involves differentiating normal from anomalous maxillary sinuses. Access our code at github.com/mtec-tuhh/self-supe

@arXiv_csLO_bot@mastoxiv.page
2024-02-20 06:59:34

Automating Boundary Filling in Cubical Agda
Maximilian Dor\'e, Evan Cavallo, Anders M\"ortberg
arxiv.org/abs/2402.12169